website <<
Previous Batch Command
1.cad.bat - 啟動 wsgi.py 並且在瀏覽器開啟 https 9443 動態網頁.
1
2
3
4
|
@echo off
y:
cd tmp\cad2019\cmsimde
start python wsgi.py | start chrome https:
|
2.cadh.bat - 啟動 http-server 並且在瀏覽氣開啟 https 8444 靜態網頁.
1
2
3
4
|
@echo off
y:
cd tmp\cad2019\
start python http-server.py | start chrome https:
|
3.cadg.bat-近端倉儲維護告一段落後, 啟動 gitextensions 開啟 cad2019 倉儲時, 使用.
1
2
3
|
@echo off
y:
Y:\cad\201906_fall\data\GitExtensions\gitextensions.exe browse y:\tmp\cad2019\
|
[~複製貼上更改檔案位置即可,有時啟動需間隔一些時間~]
website <<
Previous